Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NGdi32 Class / GetKerningPairs Method / GetKerningPairs(IntPtr,Int32,KERNINGPAIR[]) Method


In This Topic
    GetKerningPairs(IntPtr,Int32,KERNINGPAIR[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetKerningPairs( _
       ByVal hdc As System.IntPtr, _
       ByVal nNumPairs As System.Integer, _
       ByVal kerningPairs() As NGdi32.KERNINGPAIR _
    ) As System.Integer
    'Usage
     
    
    Dim hdc As System.IntPtr
    Dim nNumPairs As System.Integer
    Dim kerningPairs() As NGdi32.KERNINGPAIR
    Dim value As System.Integer
     
    value = NGdi32.GetKerningPairs(hdc, nNumPairs, kerningPairs)
    public static System.int GetKerningPairs( 
       System.IntPtr hdc,
       System.int nNumPairs,
       out NGdi32.KERNINGPAIR[] kerningPairs
    )

    Parameters

    hdc
    nNumPairs
    kerningPairs
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also